home *** CD-ROM | disk | FTP | other *** search
/ PC Home 138 / PC Home issue 138.iso / PCHome.exe / scripts / DefineButton2_69 / BUTTONCONDACTION on(release).as < prev   
Encoding:
Text File  |  2003-12-04  |  79 b   |  7 lines

  1. on(release){
  2.    tellTarget("ScrollUP")
  3.    {
  4.       gotoAndStop(1);
  5.    }
  6. }
  7.